home *** CD-ROM | disk | FTP | other *** search
/ WWW Studio 2004 / WWW Studio.iso / Programy / Demo / angielskidemo_setup.exe / #setuppath# / 1.dxr / 00003_intro.ls < prev    next >
Encoding:
Text File  |  2004-02-01  |  284 b   |  19 lines

  1. on beginSprite
  2.   sprite(3).visible = 0
  3.   puppetSoundMember("1_01.wav")
  4.   puppetTlo("music_bg_01.wav")
  5. end
  6.  
  7. on exitFrame me
  8.   if soundBusy(1) then
  9.     sprite(3).visible = 1
  10.     go(the frame)
  11.   else
  12.     gf_actiongomovie("2.dir")
  13.   end if
  14. end
  15.  
  16. on mouseUp
  17.   gf_actiongomovie("2.dir")
  18. end
  19.